| GUI Help > Dialogs > questionMessage | ||||||||||||||
|
questionMessage |
||||||||||||||
| bool result=questionMessage(str text, str caption) | ||||||||||||||
|
Description: Displays a question (Yes/No) message box and returns the user's response. |
||||||||||||||
|
Return Value: 0 if the user selected "No", 1 if the user selected "Yes" |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |